type crypto/tls.halfConn
10 uses
crypto/tls (current package)
conn.go#L100: in, out halfConn
conn.go#L167: type halfConn struct {
conn.go#L194: func (hc *halfConn) setErrorLocked(err error) error {
conn.go#L205: func (hc *halfConn) prepareCipherSpec(version uint16, cipher any, mac hash.Hash) {
conn.go#L213: func (hc *halfConn) changeCipherSpec() error {
conn.go#L227: func (hc *halfConn) setTrafficSecret(suite *cipherSuiteTLS13, level QUICEncryptionLevel, secret []byte) {
conn.go#L238: func (hc *halfConn) incSeq() {
conn.go#L255: func (hc *halfConn) explicitNonceLen() int {
conn.go#L338: func (hc *halfConn) decrypt(record []byte) ([]byte, recordType, error) {
conn.go#L478: func (hc *halfConn) encrypt(record, payload []byte, rand io.Reader) ([]byte, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |